Package com.netscape.certsrv.publish
Class MapperProxy
java.lang.Object
com.netscape.certsrv.publish.MapperProxy
Class representing a LdapMapper.
- Version:
- $Revision$ $Date$
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
MapperProxy
Contructs MapperProxy .- Parameters:
enable
- Enabled or not.mapper
- Corresponding Mapper object.
-
-
Method Details
-
isEnable
public boolean isEnable()Returns if enabled.- Returns:
- true if enabled, otherwise false.
-
getMapper
Returns Mapper object.- Returns:
- Intance of Mapper object.
-